projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b555638
)
testsuite: Remove GtkEventBox from a11y test
author
Benjamin Otte
<otte@redhat.com>
Wed, 2 Aug 2017 15:47:39 +0000
(16:47 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 2 Aug 2017 15:47:39 +0000
(16:47 +0100)
testsuite/a11y/children.c
patch
|
blob
|
history
diff --git
a/testsuite/a11y/children.c
b/testsuite/a11y/children.c
index f66a6a4290db43614e436b6629908e2cd47a1a4c..cc186c3259b3d34a418fd145e170120dfe4c61b6 100644
(file)
--- a/
testsuite/a11y/children.c
+++ b/
testsuite/a11y/children.c
@@
-248,7
+248,6
@@
main (int argc, char *argv[])
add_child_tests (gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0));
add_child_tests (gtk_paned_new (GTK_ORIENTATION_HORIZONTAL));
add_child_tests (gtk_grid_new ());
- add_child_tests (gtk_event_box_new ());
add_child_tests (gtk_window_new (GTK_WINDOW_TOPLEVEL));
add_child_tests (gtk_assistant_new ());
add_child_tests (gtk_frame_new ("frame"));